func internal/strconv.float64frombits
7 uses
internal/strconv (current package)
atof.go#L558: return float64frombits(bits), err
atof.go#L658: f = float64frombits(b)
atofeisel.go#L31: f = float64frombits(0x8000000000000000) // Negative zero.
atofeisel.go#L90: return float64frombits(retBits), true
deps.go#L13: func float64frombits(b uint64) float64 { return *(*float64)(unsafe.Pointer(&b)) }
deps.go#L25: return float64frombits(v)
deps.go#L30: func nan() float64 { return float64frombits(0x7FF8000000000001) }
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |